package com.discord.stores; import com.discord.stores.StoreDynamicLink; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreDynamicLink.kt */ public final class StoreDynamicLink$handleDataReceived$1 extends o implements Function0 { public final /* synthetic */ StoreDynamicLink.DynamicLinkData $data; public final /* synthetic */ StoreDynamicLink this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreDynamicLink$handleDataReceived$1(StoreDynamicLink storeDynamicLink, StoreDynamicLink.DynamicLinkData dynamicLinkData) { super(0); this.this$0 = storeDynamicLink; this.$data = dynamicLinkData; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreAuthentication authentication$app_productionBetaRelease = StoreDynamicLink.access$getStream$p(this.this$0).getAuthentication$app_productionBetaRelease(); StoreDynamicLink.DynamicLinkData dynamicLinkData = this.$data; String str = null; authentication$app_productionBetaRelease.setFingerprint(dynamicLinkData != null ? dynamicLinkData.getFingerprint() : null, false); StoreDynamicLink.DynamicLinkData dynamicLinkData2 = this.$data; if (dynamicLinkData2 != null) { str = dynamicLinkData2.getAuthToken(); } if (str != null) { StoreDynamicLink.access$getStream$p(this.this$0).getAuthentication$app_productionBetaRelease().setAuthed(this.$data.getAuthToken()); } } }